MemBufferCollection::operator[] Method

Returns the MemBuffer at the specified index in the collection.
Syntax:
tMemBufferPtr operator[]( DWORD pos ) const;
Parameter Description
pos

Specifies the Index of the MemBuffer that should be returned. pos must lie in the range [0, getBufferCount() - 1].

Return value:

A pointer to the desired MemBuffer.

See also: MemBufferCollection, MemBuffer, MemBufferCollection::getBufferCount, tMemBufferPtr

<< MemBufferCollection